Adjust gtk_status_icon_position_menu() annotation to match GtkMenuPositionFunc again
authorChristoph Reiter <reiter.christoph@gmail.com>
Wed, 10 Dec 2014 08:36:53 +0000 (09:36 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 17 Jan 2015 21:31:26 +0000 (16:31 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=674537

https://bugzilla.gnome.org/show_bug.cgi?id=742940

gtk/deprecated/gtkstatusicon.c

index 2850679d2fa4d7e97b9a0548870e51619fdda225..c3c1b16980bd7d23121e50377f7bac3fd1eaddd2 100644 (file)
@@ -2179,8 +2179,8 @@ gtk_status_icon_is_embedded (GtkStatusIcon *status_icon)
 /**
  * gtk_status_icon_position_menu:
  * @menu: the #GtkMenu
- * @x: (out): return location for the x position
- * @y: (out): return location for the y position
+ * @x: (inout): return location for the x position
+ * @y: (inout): return location for the y position
  * @push_in: (out): whether the first menu item should be offset
  *           (pushed in) to be aligned with the menu popup position
  *           (only useful for GtkOptionMenu).